home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / comm / mebbs / craps30.lha / Craps.Doc < prev    next >
Text File  |  1994-08-06  |  2KB  |  101 lines

  1.  
  2.                                 Craps v3.0
  3.                               ==============
  4.      CopyRight © 1994 Mikael Johansson [M6005] / ElseWare Development
  5.  
  6.  
  7. 1. Requirements
  8. ===============
  9. Arexx v1.15
  10. MEBBSNet v0.154 or higher                           
  11.  
  12. If you use the WBStartup Drawer to start arexx.
  13. Please consider this insted as a StartUp to Arexx.
  14. It's The REAL Working one that follows with the Orginal Arexx Disk:
  15. And you never get any big probblems with Rexx Scripts that
  16. not loads the library you need. (like my scripts. I NEVER put)
  17. (a loading sequence to the rexxsyslib and rexxsupport lib in)
  18. (any of my scripts)
  19.  
  20. -->CUT
  21. sys:c/loadlib sys:libs/rexxsyslib.library
  22. if error
  23.    echo "Couldn't load rexxsyslib.lbrary"
  24.    quit 20
  25.    endif
  26. sys:c/loadlib sys:libs/rexxsupport.library
  27. sys:c/waitforport -i REXX
  28. if warn
  29.    sys:c/rexxmast
  30.    sys:c/waitforport REXX
  31.    endif
  32. sys:c/rxlib rexxsupport.library 0 -30 0
  33. -->CUT
  34.  
  35. 2. Craps.CFG
  36. ============
  37. Two lines is only used in this config and that is:
  38.  
  39. Line 1 : Your BBS name
  40. Line 2 : Your Sysop name
  41.  
  42. And you should put it in Doors:craps/
  43.  
  44.  
  45. 3. Usage
  46. ========
  47.  
  48. Do you not know how to run Arexx doors from your menux.menu yet..
  49. Then i dont have to write this here.
  50.  
  51.  
  52. 4. History
  53. ==========
  54.     1.0    First BETA Releas
  55.  
  56.     2.0    Added my developer number and name to it.
  57.  
  58.     3.0    Fixed So it will work with the New MEBBSArexx Library v1.7+
  59.  
  60. 5. Contacting the author
  61. ========================  
  62.  
  63. Snail Mail:
  64.             Mikael Johansson
  65.             Barnstensgatan 5a
  66.             253 61 Helsingborg
  67.  
  68. FidoNet:    2:200/210.0
  69. AmigaNet:  39:163/105.0
  70. InterNet:  Mikael.Johansson@AnkeBorg.se.ct
  71. InterNet:  Active@AnkeBorg.ct.se
  72.  
  73. BBS:  AnkeBorg  +46-42-293775
  74.  
  75.  
  76. 6. License & stuff
  77. ==================
  78.  
  79.    Here we go, all that boring stuff about "its not my fault is your HD is
  80.    erased" and "Use it own your own risk" things. Well, I ain't going to
  81.    write this, because you all already know it (don't ya? If not, look
  82.    inside the quotes ;)).
  83.  
  84.    And yes, it's NOT FREEWARE, that means, it may not be spread by BBS,
  85.    PD Libraries and such way, Only thru MEBBSNET SUPPORT BBS:es.
  86.  
  87.    This is COPYRIGHT and may _NOT_ to be altered in any way so long as
  88.    i develop it.
  89.   
  90.    If you find a BUGG PLEASE REPORT IT AS SOON AS POSSIBLE..
  91.    and i will send you the latest version after i have fixed the bugg.
  92.  
  93.  
  94. 7. How to Register
  95. ==================
  96.  
  97. Not yet!!
  98.  
  99.  
  100. C ya L8er.
  101.